home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
frame_7
/
PlaceObject2_63_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2003-03-01
|
366b
|
20 lines
onClipEvent(enterFrame){
if(_root.helibigMC.rotor eq 0 and _root.helibigMC.window eq 0)
{
tellTarget(_root)
{
stopAllSounds();
gotoAndStop("crash");
play();
}
}
if(_root.life eq 0)
{
stopAllSounds();
tellTarget(_root)
{
gotoAndStop("gameover");
}
}
}